.wp, #wp {
    width:100%;
}
.flexslider {
    height:450px;
    overflow:hidden;
    width:100%;
    left:0;
    top:0;
    z-index:11;
    position:relative;
    min-width:1180px;
}
.flex-control-nav {
    position:absolute;
    bottom:30px;
    z-index:2;
    width:100%;
    text-align:center;
}
.flex-control-nav li {
    display:inline-block;
    width:16px;
    height:16px;
    margin:0 5px;
    zoom:1;
}
.flex-control-nav a {
    display:inline-block;
    width:16px;
    height:16px;
    line-height:100px;
    overflow:hidden;
    border-radius:100%;
    background:#fff;
    cursor:pointer;
}
.flex-control-nav .flex-active {
    background:#8FC31F;
}
.slides {
    position:relative;
    z-index:1;
}
.slides li {
    height:450px;
}
.slides li a {
    display:block;
    width:100%;
    min-width:1180px;
    height:450px;
}
.flex-direction-nav {
    z-index:3;
    width:100%;
    margin:0 auto;
    position:relative;
}
.flex-direction-nav li a {
    display:block;
    width:50px;
    height:50px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
    top:185px;
}
.flex-direction-nav li a.flex-prev {
    left:6%;
    background:url(../images/deancss/flash/arrowsleft1.png) center center no-repeat;
}
.flex-direction-nav li a.flex-prev:hover {
    background:url(../images/deancss/flash/arrowsleft.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
    right:6%;
    background:url(../images/deancss/flash/arrowsright1.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next:hover {
    background:url(../images/deancss/flash/arrowsright.png) center center no-repeat;
}
.deansidebar {
    width:200px;
    height:380px;
    background:rgba(0, 0, 0, 0.8);
    background-image:#000;
    position:absolute;
    top:35px;
    left:0;
    z-index:11;
}
.deansidebar ul li {
    padding:10px 0 10px 15px;
    height:42px;
    border-bottom:1px solid rgba(255, 255, 255, .2);
}
.deansidebar ul li:last-child {
    border-bottom:0;
}
.deansidebar ul li:hover {
    background-color:rgba(127, 127, 127, 0.6);
}
.deansidebar ul li:hover h5 i {
    background:url(../images/deancss/fl/arrow_rx.png) center no-repeat;
}
.deannavsub a:hover {
    color:#8FC31F;
}
.deansidebar ul li h5 {
    font-weight:normal;
    height:28px;
    line-height:22px;
}
.deansidebar ul li h5 span {
    display:block;
    float:left;
    font-size:16px;
    color:#fff;
}
.deansidebar ul li h5 span.yazhou {
    background:url(../images/deancss/fl/yazhou.png) left center no-repeat;
    padding-left:25px;
}
.deansidebar ul li h5 span.ouzhou {
    background:url(../images/deancss/fl/ouzhou.png) left center no-repeat;
    padding-left:28px;
}
.deansidebar ul li h5 span.feizhou {
    background:url(../images/deancss/fl/feizhou.png) left center no-repeat;
    padding-left:28px;
}
.deansidebar ul li h5 span.beimeizhou {
    background:url(../images/deancss/fl/beimeizhou.png) left center no-repeat;
    padding-left:28px;
}
.deansidebar ul li h5 span.dayangzhou {
    background:url(../images/deancss/fl/dayangzhou.png) left center no-repeat;
    padding-left:28px;
}
.deansidebar ul li h5 span.nanmeizhou {
    background:url(../images/deancss/fl/nanmeizhou.png) left center no-repeat;
    padding-left:28px;
}
.deansidebar ul li h5 i {
    float:right;
    display:block;
    width:6px;
    height:11px;
    margin:19px 20px 0 0;
    background:url(../images/deancss/fl/arrow_r.png) center no-repeat;
}
.deannavsub {
    height:22px;
    line-height:22px;
    overflow:hidden;
}
.deannavsub a {
    display:inline-block;
    color:#fff;
    margin-right:10px;
    font-size:12px;
}
.deanhiddenmenu {
    border:1px solid #8FC31F;
    padding:10px 10px 0;
    background:#fff;
    position:absolute;
    left:200px;
    top:0;
    width:958px;
    height:358px;
    z-index:581;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, .1);
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
    display:none;
}
.deansidebar ul li:hover .deanhiddenmenu {
    display:block;
}
.deaninnercontents {
    width:268px;
    margin:0 25px;
    float:left;
}
.deaninnercontents h3 {
    line-height:30px;
    border-bottom:#e2e2e2 1px solid;
    padding-bottom:5px;
    font-size:14px;
}
.deaninnercontents h3 a {
    color:#333;
    font-size:14px;
}
.deaninnertxts {
    width:285px;
    color:#333;
    padding:8px 0 20px;
    margin-left:-3px;
    overflow:hidden;
    height:55px;
}
.deaninnertxts a {
    color:#333;
    display:inline;
    float:left;
    font-size:13px;
    border-left:1px #b2b2b2 solid;
    height:17px;
    line-height:13px;
    margin:8px 10px 5px -8px;
    padding-left:11px;
    white-space:nowrap;
    padding-right:11px;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:90px;
}
.deaninnertxts a:hover {
    color:#8FC31F;
}
.deaninnertxts a.orangetxt {
    color:#ff6633;
}
.deansortbox {
    margin:25px 0;
}
.deansucaibox {
}
.deansucaibox ul li {
    display:none;
}
.deanscfl {
}
.deanscfl dl {
    width:1207px;
}
.deanscfl dl dd {
    float:left;
    width:278px;
    margin:0 20px 20px 0;
    border:1px solid #ededed;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.06);
    border-radius:5px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.deanscfl dl dd:hover {
    box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
    transform:translate(0, -5px);
    -webkit-transform:translate(0, -5px);
    -moz-transform:translate(0, -5px);
    -o-transform:translate(0, -5px);
    -ms-transform:translate(0, -5px);
}
.deanscpics {
    width:278px;
    height:195px;
}
.deanscpics img {
    width:278px;
    height:195px;
    border-radius:5px 5px 0 0;
}
.deanscbm {
    padding: 10px;
    border-bottom:1px solid #ededed;
}
.deanscbmtx {
    width:36px;
    height:36px;
    float:left;
}
.deanscbmtx img {
    width:36px;
    height:36px;
    border-radius:100%;
}
.deanscbmre {

}
.deanscbmre h5 {
    height:40px;
    line-height:20px;
    overflow:hidden;
}
.deanscbmre h5 a {
    font-size:14px;
    color:#333;
    font-weight:normal;
}
.deanscbmre h5 a:hover {
    color:#8FC31F;
}
.deanscbmre p {
    font-size:12px;
    color:#999;
}
.deanscbmre p em {
    padding:0 3px;
    color:#aaa;
}
.deanscbbs {
    padding:14px 5px 12px 5px;
    height:22px;
}
.deanscbbs span {
    display:block;
    float:left;
    margin:0 4px 0 2px;
    height:22px;
    line-height:22px;
    font-size:12px;
    color:#999;
}
.deanscbbs .price1 {
    font-size:14px;
}
.deanscbbs .price2 {
    font-size:18px;
    color:red;
    font-weight:600;
}
.deanscbbs .goumai {
    font-size:14px;
    padding:0 5px 2px;
    background-color:red;
    float:right;
    border-radius: 3px;
}

.deanads {
}
.deanads img {
    width:1180px;
}

.spotbox{ Width:1180px; float: left;}
.spotbox dl{ width:1180px;}
.spotbox dl dd{ float:left; margin:0 7px 20px 8px; width:280px;height:275px; background:#fff;box-shadow: 0 2px 3px rgba(0,0,0,0.06); border-radius:4px;}
.spotbox dl dd a{ display:block; width:280px; height:246px; position:relative;}
.spotbox dl dd a:hover { color:#8FC31F}
.spotpics{ width:280px; height:200px; position:absolute; top:0; left:0; overflow:hidden;}
.spotpics span{position: absolute;padding: 2px 6px 3px;background-color: transparent;background-color: rgba(0,0,0,0.35);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000,endColorstr=#59000000);zoom: 1;border-radius: 2px;top: 12px;left: 15px;
z-index: 3;font-size: 12px;color: #fff;line-height: 17px;}
.spotpics img{ width:280px; height:200px; border-radius:4px 4px 0 0;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;}
.spotpics p{ opacity:0;position: absolute;top: 81px;left: 73px;z-index: 3;width: 142px;height: 40px;font-size: 14px;color: #FFFFFF;
line-height: 40px;text-align: center;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;background: #8FC31F;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;}
.spotcoverpics{opacity:0;width:280px; height:280px; position:absolute; top:0; left:0;border-radius:4px 4px 0 0; background:rgba(0,0,0,0.4);-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;}
.spotbox dl dd a:hover .spotpics p{ opacity:1;}
.spotbox dl dd a:hover .spotcoverpics{ opacity:1;}
.spotbox dl dd a:hover .spotpics img{transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); }

.spotinfo_boxes{ position:absolute; top:200px; left:0;width: 250px;padding: 0 15px;overflow: hidden;border-top: none;background: #FFFFFF;border-radius: 0 0 4px 4px;transition: all ease 0.3s;-moz-transition: all ease 0.3s;-webkit-transition: all ease 0.3s;-o-transition: all ease 0.3s;cursor: pointer;-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);z-index: 22;}
.spotslideboxed{height: 31px;overflow: hidden;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;}
.spotslideboxed h3{margin-top: 12px;margin-bottom: 10px;font-size: 16px;line-height: 21px;color: #333; font-weight:normal;}
.spothiddeninfosed{font-size: 13px;line-height: 20px;color: #bebebe;}
.spotbox dl dd a:hover .spotslideboxed{ height:103px;}
.spotxinxi{font-size: 14px;padding-top: 12px;padding-bottom: 11px;color: #A1A3A7;}
.spotxinxi span{margin-left: 13px;line-height: 21px;}
.spotsalary{color: #8FC31F;font-size: 14px;margin-left: 0!important;line-height: 20px;}

.deanzixun_l {
    float:left;
    width:880px;
    margin-bottom:15px;
}
.deanwzlists {
}
.deanwzlists ul li {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px dashed #ededed;
    position:relative;
}
.deanwzlists ul li:last-child {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}
.deanwzpic {
    width:180px;
    height:120px;
    float:left;
}
.deanwzpic img {
    width:180px;
    height:120px;
    border-radius:5px;
}
.deanwzpic img:hover {
    -webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.deanwzinfos {
    width:680px;
    float:right;
}
.deanwztop {
}
.deanwztop a.deanpindao {
    float:left;
    height:25px;
    display:block;
    line-height:25px;
    text-align:center;
    margin:1px 5px 1px 0;
    padding:0 10px;
    font-size:12px;
    color:#fff;
    border-radius:2px;
    line-height:25px;
    background:#8FC31F;
}
.deanwztop a.deanwztitles {
    float:left;
    display:block;
    max-width:550px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
    color:#333;
    font-weight:normal;
}
.deanwztop a.deanwztitles:hover {
    color:#8FC31F;
}
.deanwztop span {
    float:right;
    display:block;
    font-size:12px;
    color:#999;
    background:url(../images/deancss/clock.png) left center no-repeat;
    padding-left:22px;
    margin-top:5px;
}
.deanwzinfos p {
    max-height:44px;
    overflow:hidden;
    margin-top:5px;
    color:#7f8c8d;
    font-size:14px;
    line-height:25px;
}
.deannewslists {
}
.deannewslists dl dd {
    display:none;
}
.deandetails {
    margin-top:10px;
}
.deandetails a {
    display:block;
    float:left;
}
.deandetails a img {
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:100%;
    float:left;
}
.deandetails a strong {
    padding:0 15px;
    vertical-align:middle;
    font-size:12px;
    color:#333;
    font-weight:800;
    line-height:30px;
    border-right:1px solid #f1f2f3;
}
.design_linfox {
    float:left;
    margin-top:2px;
}


.design_linfo {
    height:25px;
}
.design_linfo span {
    font-size:12px;
    color:#999;
    display:inline-block;
    line-height:25px;
    padding-right:15px;
    cursor:pointer;
}

.deanzixun_r {
    float:right;
    width:280px;
}
.deanzxitem {
    margin-top: 15px;
}
.deanzxboxtop {
    background:#FFA200;
    width:240px;
    padding:10px 20px;
    border-radius:5px 5px 0 0;
}
.deanzxboxtop h5 {
    font-size:26px;
    color:#fff;
    font-weight:normal;
}
.deanzxboxtop p {
    font-size:12px;
    color:#fff;
    letter-spacing: 1px;
}
.deanzxboxbotm {
    border:1px solid #ededed;
    border-top:0;
    padding:15px;
    margin-bottom:15px;
}
.deanzxboxbotm ul li {
    height:31px;
    line-height:31px;
    overflow:hidden;
    padding-left:10px;
    background:url(../images/deancss/dot.png) left center no-repeat;
}
.deanzxboxbotm ul li a {
    font-size:14px;
    color:#333;
}
.deanzxboxbotm ul li a:hover {
    color:#8FC31F;
}
.deanzxboxtopx {
    background:#90C0A8!important
}
.deanzxboxtopt {
    background:#90C090!important
}
.deanzxboxbotmx {
    border:1px solid #ededed;
    border-top:0;
    padding:15px;
}
.deanzxboxbotmx ul li {
    height:31px;
    line-height:31px;
    width:72.6px;
    overflow:hidden;
    float:left;
    margin-right:10px;
}
.deanzxboxbotmx ul li a {
    font-size:14px;
    color:#333;
}
.deanzxboxbotmx ul li a:hover {
    color:#8FC31F;
}


